Resource StructureDefinition/FHIR Server from package healthdata.be.r4.cbb#0.16.0-beta (235 ms)
Package | healthdata.be.r4.cbb |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-event |
Url | https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-event |
Status | draft |
Date | 2022-10-17T09:09:13.9562003+00:00 |
Name | HdBeProcedureevent |
Title | HdBe-Procedure event |
Experimental | False |
Description | Therapeutic or diagnostic procedure undergone by the patient (the complementary profile HdBe-Procedure-request can be used for therapeutic or diagnostic procedures that the patient will undergo). A procedure can be a simple blood pressure measurement, but also a complex heart surgery.
In some care settings, the term treatment is used instead of the term procedure. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Procedure |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "HdBe-Procedure-event",
"url" : "https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-event",
"name" : "HdBeProcedureevent",
"title" : "HdBe-Procedure event",
"status" : "draft",
"date" : "2022-10-17T09:09:13.9562003+00:00",
"publisher" : "Healthdata.be (Sciensano)",
"contact" : [
{
"name" : "Service portal â healthdata.be",
"telecom" : [
{
"system" : "url",
"value" : "https://sciensano.service-now.com/sp",
"use" : "work"
}
]
}
],
"description" : "Therapeutic or diagnostic procedure undergone by the patient (the complementary profile HdBe-Procedure-request can be used for therapeutic or diagnostic procedures that the patient will undergo). A procedure can be a simple blood pressure measurement, but also a complex heart surgery.\r\nIn some care settings, the term treatment is used instead of the term procedure.",
"copyright" : "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"uri" : "https://zibs.nl/wiki/Procedure-v5.2(2020EN)",
"name" : "zib Procedure-v5.2(2020EN)"
},
{
"identity" : "HdBe-Procedure",
"uri" : "https://fhir.healthdata.be/StructureDefinition/LogicalModel/HdBe-Procedure",
"name" : "HdBe logical model Procedure"
},
{
"identity" : "zib-textresult-v4.4-2020EN",
"uri" : "https://zibs.nl/wiki/TextResult-v4.4(2020EN)",
"name" : "zib TextResult-v4.4(2020EN)"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "Procedure",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Procedure",
"path" : "Procedure",
"short" : "Procedure",
"comment" : "The CBB Procedure is mapped both to a Procedure profile and a profile on ServiceRequest to align with the intention of FHIR. All past procedures are covered using this Procedure resource, while all future procedures, including the advised procedures, are covered in the ServiceRequest resource. Both resources contain the CBB mappings, with the exception of the Requester concept; this is not relevant for past procedures and has only been mapped to the ServiceRequest profile.\r\n\r\nThe planned and performed procedures can be linked using `Procedure.basedOn`.",
"alias" : [
"Verrichting"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.1",
"comment" : "Procedure"
},
{
"identity" : "HdBe-Procedure",
"map" : "Procedure"
}
]
},
{
"id" : "Procedure.extension:procedureMethod",
"path" : "Procedure.extension",
"sliceName" : "procedureMethod",
"type" : [
{
"code" : "Extension",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/ext-Procedure.ProcedureMethod"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.12",
"comment" : "ProcedureMethod"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureMethod"
}
]
},
{
"id" : "Procedure.basedOn",
"path" : "Procedure.basedOn",
"comment" : "The root element provides more information on the usage of `Procedure.basedOn` for the zib Procedure.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/CarePlan",
"http://hl7.org/fhir/StructureDefinition/ServiceRequest",
"https://fhir.healthdata.be/StructureDefinition/HdBe-Procedure-request"
]
}
]
},
{
"id" : "Procedure.status",
"path" : "Procedure.status",
"definition" : "This element is implictly mapped to the concepts ProcedureStartDate and ProcedureEndDate. Unless the status is explicitly recorded, the following guidance applies:\r\n\r\n* When the ProcedureStartDate is in the future, `.status` will usually be set to _preparation_.\r\n* When ProcedureStartDate is in the past and ProcedureEndDate is in the future, `.status` will usually be set to _in-progress_.\r\n* When ProcedureEndDate is in the past, `.status` will usually be set to _completed_.\r\n* When ProcedureStartDate is in the past and ProcedureEndDate is missing, it may be assumed that the Procedure was recorded as a point in time and `.status` will usually be set to _completed_.\r\n* When a system is unable to infer the status from the ProcedureStartDate and ProcedureEndDate , `.status` will be set to _unknown_. The _unknown_ code is not to be used to convey other statuses. The _unknown_ code should be used when one of the statuses applies, but the authoring system doesn't know the current state of the Procedure.",
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate (implicit, main mapping is on Procedure.performedPeriod.start and Procedure.performedDateTime)"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate (implicit, main mapping is on Procedure.PerformedPeriod.Start and Procedure.PerformedDateTime)"
},
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.3",
"comment" : "ProcedureEndDate (implicit, main mapping is on Procedure.performedPeriod.end)"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureEndDate (implicit, main mapping is on Procedure.PerformedPeriod.End)"
}
]
},
{
"id" : "Procedure.code",
"path" : "Procedure.code",
"short" : "ProcedureType",
"definition" : "The name of the procedure.",
"alias" : [
"VerrichtingType"
],
"binding" : {
"strength" : "extensible",
"valueSet" : "https://fhir.healthdata.be/ValueSet/ProcedureType"
},
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.4",
"comment" : "ProcedureType"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureType"
}
]
},
{
"id" : "Procedure.subject",
"path" : "Procedure.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"https://fhir.healthdata.be/StructureDefinition/HdBe-Patient"
]
}
]
},
{
"id" : "Procedure.performed[x]",
"path" : "Procedure.performed[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "open"
}
},
{
"id" : "Procedure.performed[x]:performedPeriod",
"path" : "Procedure.performed[x]",
"sliceName" : "performedPeriod",
"type" : [
{
"code" : "Period"
}
]
},
{
"id" : "Procedure.performed[x]:performedPeriod.start",
"path" : "Procedure.performed[x].start",
"short" : "ProcedureStartDate",
"definition" : "The start date (and if possible start time) of the procedure. A âvagueâ date, such as only the year, is permitted. The element offers the option to indicate the start of the period of a series of related procedures.",
"alias" : [
"VerrichtingStartDatum"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate"
}
]
},
{
"id" : "Procedure.performed[x]:performedPeriod.end",
"path" : "Procedure.performed[x].end",
"short" : "ProcedureEndDate",
"definition" : "The end date (and if possible end time) of the procedure. A âvagueâ date, such as only the year, is permitted. The element offers the option to indicate the end of the period of a series of related procedures. The end date element is only used for a procedures that takes some time and is then always applied. If the procedure still continues, the value is left empty. For instantaneous or very short lasting procedures the `performedDateTime` is used.",
"alias" : [
"VerrichtingEindDatum"
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.3",
"comment" : "ProcedureEndDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureEndDate"
}
]
},
{
"id" : "Procedure.performed[x]:performedDateTime",
"path" : "Procedure.performed[x]",
"sliceName" : "performedDateTime",
"short" : "ProcedureStartDate",
"definition" : "The start date (and if possible start time) of the procedure. A âvagueâ date, such as only the year, is permitted. `performedDateTime` is used for instantaneous or very short lasting procedures.",
"alias" : [
"VerrichtingStartDatum"
],
"type" : [
{
"code" : "dateTime"
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.2",
"comment" : "ProcedureStartDate"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureStartDate"
}
]
},
{
"id" : "Procedure.performer.actor",
"path" : "Procedure.performer.actor",
"short" : "Performer",
"definition" : "The health professional who carried out or will carry out the procedure. In most cases, only the medical specialty is entered, and not the name of the healthcare professional.",
"alias" : [
"Uitvoerder"
],
"type" : [
{
"code" : "Reference",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/pattern-HealthProfessionalReference"
],
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Practitioner",
"http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"http://hl7.org/fhir/StructureDefinition/Organization",
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/RelatedPerson",
"http://hl7.org/fhir/StructureDefinition/Device",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthProfessional-PractitionerRole"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.6",
"comment" : "Performer"
},
{
"identity" : "HdBe-Procedure",
"map" : "Performer"
}
]
},
{
"id" : "Procedure.location",
"path" : "Procedure.location",
"short" : "Location",
"definition" : "The healthcare organization where the procedure was, is or will be carried out.",
"alias" : [
"Locatie"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Location",
"https://fhir.healthdata.be/StructureDefinition/HdBe-HealthcareOrganization"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.5",
"comment" : "Location"
},
{
"identity" : "HdBe-Procedure",
"map" : "Location"
}
]
},
{
"id" : "Procedure.reasonReference",
"path" : "Procedure.reasonReference",
"short" : "Indication",
"definition" : "The indication is the reason for the procedure.",
"alias" : [
"Indicatie"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Condition",
"http://hl7.org/fhir/StructureDefinition/Observation",
"http://hl7.org/fhir/StructureDefinition/Procedure",
"http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"http://hl7.org/fhir/StructureDefinition/DocumentReference",
"https://fhir.healthdata.be/StructureDefinition/HdBe-Problem"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.9",
"comment" : "Indication"
},
{
"identity" : "HdBe-Procedure",
"map" : "Indication"
}
]
},
{
"id" : "Procedure.bodySite",
"path" : "Procedure.bodySite",
"short" : "Location / ProcedureAnatomicalLocation",
"definition" : "Anatomical location which is the focus of the procedure.",
"alias" : [
"VerrichtingAnatomischeLocatie"
],
"max" : "1",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"https://fhir.healthdata.be/StructureDefinition/HdBe-AnatomicalLocation"
]
}
],
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.healthdata.be/ValueSet/Location"
},
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.13",
"comment" : "ProcedureAnatomicalLocation"
},
{
"identity" : "HdBe-Procedure",
"map" : "ProcedureAnatomicalLocation"
}
]
},
{
"id" : "Procedure.report",
"path" : "Procedure.report",
"slicing" : {
"discriminator" : [
{
"type" : "profile",
"path" : "resolve()"
}
],
"rules" : "open"
}
},
{
"id" : "Procedure.report:textResult",
"path" : "Procedure.report",
"sliceName" : "textResult",
"short" : "TextResult",
"comment" : "The direction of the reference between CBBs TextResult and Procedure is reversed in FHIR. Therefore the concept Procedure of zib TextResult is mapped to this element.\r\n\r\nPlease note that on a functional level, TextResult references Procedure, but in FHIR this direction is reversed.",
"alias" : [
"TekstUitslag"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://fhir.healthdata.be/StructureDefinition/HdBe-TextResult"
]
}
],
"mapping" : [
{
"identity" : "zib-textresult-v4.4-2020EN",
"map" : "NL-CM:13.2.5",
"comment" : "Reversed reference for zib TextResult.Procedure"
}
]
},
{
"id" : "Procedure.focalDevice.manipulated",
"path" : "Procedure.focalDevice.manipulated",
"short" : "MedicalDevice",
"definition" : "The product, the placing of which in or on the body is the purpose of the procedure, for example placing an implant.",
"alias" : [
"MedischHulpmiddel"
],
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://hl7.org/fhir/StructureDefinition/Device",
"https://fhir.healthdata.be/StructureDefinition/HdBe-MedicalDevice.Product"
]
}
],
"mapping" : [
{
"identity" : "zib-procedure-v5.2-2020EN",
"map" : "NL-CM:14.1.7",
"comment" : "MedicalDevice"
},
{
"identity" : "HdBe-Procedure",
"map" : "MedicalDevice"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.